How to send result back in JSON format in MVC
3981
28-Aug-2017
Updated on 24-Sep-2020
Niraj Kumar Mishra
28-Aug-2017In MVC, we have the JsonResult class by which we can return back data in JSON format. Below is a simple sample code which returns back a Customer object in JSON format using JsonResult.